TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1CheckListItemCollection Class / AddRange Method / AddRange(IEnumerable<C1CheckListItem>) Method
The specified collection of items.

In This Topic
    AddRange(IEnumerable<C1CheckListItem>) Method
    In This Topic
    Adds the items of the specified collection to the end of the C1CheckListItemCollection.
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddRange( _
       ByVal collection As IEnumerable(Of C1CheckListItem) _
    ) 
    public void AddRange( 
       IEnumerable<C1CheckListItem> collection
    )

    Parameters

    collection
    The specified collection of items.
    See Also